ListSourceType Enumeration
Represents how to populate the entry list in a combo box or list box control.
Namespace: Independentsoft.Office.Odf.FormsAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
public enum ListSourceType
Public Enumeration ListSourceType
| Table | 0 |
Evaluated against the database front-end document or database connection defined by the form which the control belongs to.
|
| Query | 1 |
Evaluated against the database front-end document or database connection defined by the form which the control belongs to.
|
| Sql | 2 |
Evaluated against the database front-end document or database connection defined by the form which the control belongs to.
|
| SqlPassThrough | 3 |
Evaluated against the database front-end document or database connection defined by the form which the control belongs to.
|
| ValueList | 4 |
Entry list populated by values specified by the form.
|
| TableFields | 5 |
Evaluated against the database front-end document or database connection defined by the form which the control belongs to.
|
| None | 6 |
None.
|